home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / util / cli / WDelta.readme < prev   
Encoding:
Text File  |  1999-07-01  |  2.3 KB  |  74 lines

  1. Short:    Scompare/spatch replacement
  2. Author:   wepl@kagi.com (Bert Jahn)
  3. Uploader: wepl@kagi.com (Bert Jahn)
  4. Version:  1.0
  5. Type:     util/cli
  6. Requires: OS V2.0 (V37+)
  7.  
  8. WDelta is a program to create a differences file from two differnt binary
  9. input files. The difference file (wdelta-file) can later be used to build
  10. the second input file from the first and the wdelta file.
  11.  
  12. WDelta is released under the GPL, the source code is provided with this
  13. package.
  14.  
  15. WDelta is able to replace scompare/spatch from the SAS-C development
  16. package. Advantages are:
  17.  - GPL
  18.  - smaller differences files
  19.  - creation and extraction in one single program
  20.  
  21.  
  22.   SYNOPSIS
  23.  
  24.   to create a wdelta-file:
  25.     wdelta c source-file destination-file wdelta-file [fc=n] [qc=m]
  26.  
  27.   to apply a wdelta-file:
  28.     wdelta source-file destination-file wdelta-file
  29.  
  30.   OPTIONS
  31.   
  32.     c    - enables creation of wdelta file
  33.     
  34.     fc=n - amount of bytes to search further after a new sync has been found,
  35.            maybe increased get smaller wdelta-files, maybe decreased for
  36.            faster calculation on slower machines (68020/030), default is 180
  37.            bytes
  38.     
  39.     qc=m - amount of bytes to use to calculate quality of found sync, should 
  40.            not be changed, default is 18 bytes
  41.  
  42.   FURTHER INFORMATIONS
  43.   
  44.     WDelta is pure and can made resident.
  45.     Creation of wdelta-files requires a 68020 or better, applying works on all
  46.     m68k.
  47.     WDelta-files contain a 16-bit crc for input, output and wdelta-files for
  48.     secure operation.
  49.     
  50.     see source code...
  51.  
  52.   only useful comments are welcome ;)
  53.     
  54.   greetings to all my friends.
  55.   thanks to the universe for being.
  56.  
  57.   in der kürze liegt die würze!
  58.  
  59.  
  60. ============================= Archive contents =============================
  61.  
  62. Original  Packed Ratio    Date     Time    Name
  63. -------- ------- ----- --------- --------  -------------
  64.     1389     374 73.0% 19-May-98 22:03:30 +ntypes.i
  65.     5494    1986 63.8% 25-Jun-99 00:13:32 +dosio.i
  66.     3278    1414 56.8% 25-Jun-99 00:13:34 +error.i
  67.     8929    2539 71.5% 25-Jun-99 00:13:32 +files.i
  68.     9246    3195 65.4% 25-Jun-99 00:13:34 +strings.i
  69.    27837    7749 72.1% 25-Jun-99 00:10:44 +wdelta.asm
  70.     4908    2918 40.5% 25-Jun-99 00:59:50 +WDelta
  71.     1692     836 50.5% 25-Jun-99 01:07:34 +WDelta.readme
  72. -------- ------- ----- --------- --------
  73.    62773   21011 66.5% 26-Jun-99 18:45:18   8 files
  74.